home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / AMIGA / (A)P / (A)P1.ADF / life / Makefile < prev    next >
Makefile  |  1987-05-25  |  219b  |  12 lines

  1. life: life.o blit.o
  2.     ln -o life life.o blit.o -lc
  3.  
  4. life.o: life.c structures.b
  5.     cc -b +istructures.b life.c
  6.  
  7. structures.b: structures.h
  8.     cc -b -a +hstructures.b structures.h
  9.  
  10. blit.o: blit.c
  11.     cc -b +istructures.b blit.c
  12.